Rsys bootstrap

base css test sheet

Typography

Datei: type.less

h1...h6

h1. Heading 1

h2. Heading 2

h3. Heading 3

h4. Heading 4

h5. Heading 5
h6. Heading 6
p

Some regular text here to be read and some more regular text here to be read and some more regular text here to be read and some more regular text here to be read

p class="lead"

Lead Text

p small

This line of text is meant to be treated as fine print.

strong
rendered as bold text
em
rendered as italicized text
p class="text-left/text-center/text-right"

Left aligned text.

Center aligned text.

Right aligned text.

p class="muted/text-warning/text-error/text-info/text-success"

Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.

Etiam porta sem malesuada magna mollis euismod.

Donec ullamcorper nulla non metus auctor fringilla.

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis.

Duis mollis, est non commodo luctus, nisi erat porttitor ligula.

abbr
attr
abbr class="initialism"
HTML
address
Twitter, Inc.
795 Folsom Ave, Suite 600
San Francisco, CA 94107
P: (123) 456-7890
Full Name
first.last@example.com
blockquote

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

blockquote small

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous Source Title
blockquote class="pull-right"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous Source Title
div class="clearfix"

after pull-right we need a clearfix div

ul
  • Eins
  • Zwei
ol
  1. Eins
  2. Zwei
ul class="unstyled"
  • Eins
  • Zwei
ul class="inline"
  • Eins
  • Zwei
dl
Term
Definition
dl class="dl-horizontal"
Term
Definition which is longer
Term which is longer
Definition

Code

Datei: code.less

code

For example, <section> should be wrapped as inline.

pre
<p>Sample text here...</p>

Tables

Datei: tables.less

table-striped
# First Name Last Name Username
1 Fred Tester @tester
1 Fred Tester @tester
1 Fred Tester @tester
table-bordered
# First Name Last Name Username
1 Fred Tester @tester
1 Fred Tester @tester
1 Fred Tester @tester
table-hover
# First Name Last Name Username
1 Fred Tester @tester
1 Fred Tester @tester
1 Fred Tester @tester
table-condensed
# First Name Last Name Username
1 Fred Tester @tester
1 Fred Tester @tester
1 Fred Tester @tester
table tr classes
# First Name Last Name Username
1 success Tester @tester
1 error Tester @tester
1 warning Tester @tester
1 info Tester @tester

Forms

Datei: forms.less

form
Legend Example block-level help text here.
form-search
form-inline
form-horizontal (per line: div class="control-group")
div class="controls"

Extending form controls

input-prepend
@
input-append
.00
input-append button
Button dropdowns append
Button dropdowns prepend
Segmented dropdown groups
Search Form

Control sizing

predefined classes






Grid





multiple grid inputs per line
uneditable-input
Some value here
Form Actions
span class="help-inline"
Inline help text
span class="help-block"
A longer block of help text that breaks onto a new line and may extend beyond one line.

Form control states

focused
required
disabled
class="control-group warning/error/info/success"
Something may have gone wrong
Please correct the error
Username is taken
Woohoo!

Buttons

Datei: buttons.less

Button class="" Description
btn Standard gray button with gradient
btn btn-primary Provides extra visual weight and identifies the primary action in a set of buttons
btn btn-info Used as an alternative to the default styles
btn btn-success Indicates a successful or positive action
btn btn-warning Indicates caution should be taken with this action
btn btn-danger Indicates a dangerous or potentially negative action
btn btn-inverse Alternate dark gray button, not tied to a semantic action or use
btn btn-link Deemphasize a button by making it look like a link while maintaining button behavior
.btn-large .btn-small .btn-mini

.btn-block
.disabled

Images

Datei: scaffolding.less

.img-rounded/circle/polaroid
140x140 140x140 140x140

Icons

Datei: scaffolding.less

All icons see http://twitter.github.io/bootstrap/base-css.html#icons

.icon-search/forward/...
.icon-white
.btn-toolbar btn
Dropdown in a button group


.btn btn-large/small/mini
ul.nav-list

Form fields